home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Apple II / Essentials / Essentials.sea / File.Type.Notes / FTN.ABOUT.92.06 < prev    next >
Encoding:
Text File  |  1993-06-15  |  28.4 KB  |  541 lines  |  [TEXT/GEOL]

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. About Apple II File Type Notes                                     June 1992
  7.  
  8. _____________________________________________________________________________
  9.  
  10. This Note accompanies each release of Apple II File Type Notes.  This release
  11. includes new Notes for file types $5A, $D8, $E0 and $E2, revised Notes for
  12. file types $B3, $B5, $B6, $B7 and $C7, as well as an updated list of all
  13. currently assigned Apple II file types and auxiliary types.
  14.  
  15. We welcome your file formats, suggestions on existing Notes, and your requests
  16. for file type or auxiliary type assignments.  Please contact us at:
  17.  
  18.                    Apple II File Type Notes
  19.                    Developer Technical Support
  20.                    Apple Computer, Inc.
  21.                    20525 Mariani Avenue, M/S 75-3T
  22.                    Cupertino, CA  95014
  23.                    AppleLink:  DEVSUPPORT
  24.                    Internet:  DEVSUPPORT@AppleLink.Apple.com
  25.  
  26. The universal sharing of file formats opens new dimensions to personal
  27. computing, so we want Apple II File Type Notes distributed as widely as
  28. possible.  We send them to all Partners and Associates at no charge, and we
  29. also post them on AppleLink in the Developer Services bulletin board and other
  30. electronic sources, including the Apple FTP site (IP 130.43.2.3).  You can
  31. also order them through Resource Central.  As a Resource Central customer, you
  32. have access to the tools and documentation necessary to develop Apple
  33. II-compatible products.  For more information about Resource Central, contact:
  34.  
  35.                    Resource Central, Inc.
  36.                    P.O. Box 11250
  37.                    Overland Park, KS  66207
  38.                    (913) 469-6502
  39.                    Fax:  (913) 469-6507
  40.                    AppleLink:  A2.CENTRAL
  41.                    Internet:  A2.CENTRAL@AppleLink.Apple.com
  42.                    GEnie:  RC.ELLEN
  43.  
  44. We place no restrictions on copying the Notes, with the exception that you
  45. cannot resell them.  You should note, however, that some of the file formats
  46. are the copyrighted property of the companies which own them.  These formats
  47. are identified in the appropriate Notes, and you should treat them with
  48. respect to the applicable copyright laws.
  49.  
  50. This File Type Note batch was originally released in May 1992.  Since that
  51. time, many of the contact addresses have changed and some typographical errors
  52. have been fixed.  To note these changes, this document now bears the date June
  53. 1992.  NO CONTENT OF ANY NOTES HAS CHANGED SINCE MAY 1992.
  54.  
  55.  
  56. All file type and auxiliary type combinations not listed in this Note are
  57. RESERVED and must not be used by applications without assignment from Apple
  58. Computer, Inc.
  59.  
  60. Specifically, you may NOT do the following:
  61.  
  62.    o   You may NOT use auxiliary type $0000 for a given file type
  63.        instead of asking for an assignment.
  64.  
  65.    o   You may NOT use an auxiliary type in file type $BF,
  66.        justifying it with, "My program runs under GS/OS and creates
  67.        documents."
  68.  
  69.    o   You may NOT pick your own auxiliary type in a given file type
  70.        and use it without getting an assignment from Apple.  You may
  71.        request a specific auxiliary type if you desire, but you must be
  72.        prepared for the instance in which your requested auxiliary type
  73.        is not available.
  74.  
  75.    o   You may NOT redefine the auxiliary type of a file type to suit
  76.        your own purposes.  For example, you can't choose to use auxiliary
  77.        type $ABCD in file type $04, since the auxiliary type of file
  78.        type $04 (text file) is already defined to be the record length
  79.        of a random-access text file.
  80.  
  81. You may use file types and auxiliary types which are not assigned to you if a
  82. complete definition of the contents of the file is published in File Type
  83. Notes or elsewhere.  For example, you do not need to be assigned auxiliary
  84. types to use text files or binary files.
  85.  
  86. If you have any questions at all about file type and auxiliary type policies,
  87. assignments, or other specifics, do not hesitate to contact Developer
  88. Technical Support at the address listed in this Note.
  89.  
  90. Developer Technical Support requires four things from a developer before
  91. publishing a file format for your application in a File Type Note:
  92.  
  93.    1.  The file format itself, preferably in an ASCII text file.
  94.  
  95.    2.  Assurances that the product is shipping.  We don't want to
  96.        jump the gun by releasing a Note for an unannounced product
  97.        or a product which is unavailable.  The enclosed list of file
  98.        type assignments includes only those products which we know
  99.        are currently shipping.
  100.  
  101.        Note : If your product is shipping, but your file type is not
  102.               listed, you need to contact DTS, since engineering uses
  103.               this list to identify files in future Apple products,
  104.               such as future releases of the Apple IIgs Finder.  If
  105.               this Note does not list your file type and auxiliary type
  106.               assignments, engineering CANNOT include them in future
  107.               products.  The "short" names listed in this Note are used
  108.               as the descriptors for such files, so you should contact
  109.               DTS if a descriptor for one of your files is unsuitable.
  110.  
  111.               You MUST inform DTS when the program using your file type
  112.               assignments ships to be included in future versions of the
  113.               system software, even if you do not wish the file format
  114.               to be published.
  115.  
  116.    3.  Written permission to publish the file format.  We don't want
  117.        you to submit the format and then be surprised when we publish it.
  118.  
  119.    4.  Your company name and address, so we can refer readers to you
  120.        for more information about your product.
  121.  
  122.  
  123. DEFINITIONS
  124.  
  125.  
  126. The following definitions apply to all Apple II File Type Notes and will not
  127. be repeated in each Note:
  128.  
  129. BOOLEAN         A binary indicator stored as a word unless otherwise
  130.                 indicated.  If any bit of a boolean is set, the boolean is
  131.                 TRUE.  If it is clear, it is FALSE.
  132. BYTE            An 8-bit value.
  133. DOUBLE LONG     A 64-bit value, composed of eight byte, four words or two
  134.                 long words.  The most significant byte is stored last.
  135. FIXED           A four-byte signed value where the least significant word
  136.                 represents a fractional part and the most significant word
  137.                 represents an integer part (i.e., the value 32767.0 would be
  138.                 stored as $00 $00 $FF $7F to represent the integer part of
  139.                 $7FFF (+32767) and the fractional part of $0000 (0)).  The
  140.                 value 4.5 would be stored as $00 $80 $04 $00 to represent the
  141.                 integer part of $0004 and the fractional part of $8000.  The
  142.                 value $8000 is represented as 1000000000000000 in binary.
  143.                 The bit immediately following the decimal point is set, which
  144.                 indicates the value of 2^-1, or one-half.  The full binary
  145.                 expansion of 4.5 is 0000000000000100.1000000000000000, which
  146.                 indicates 2^2 + 2^-1 or 4 + 0.5, which is 4.5.  The Apple
  147.                 IIgs Integer Math Tools contain routines to assist with Fixed
  148.                 arithmetic.
  149. FLAG UNIT       Any storage unit (byte, word, long) treated as a series of
  150.                 flag bits rather than as a numeric value.
  151. LONG            A 32-bit value, composed of four bytes or two words.  The
  152.                 most significant byte is stored last.  For example, $00E102A8
  153.                 would be stored as $A8 $02 $E1 $00.
  154. REVERSE         The 65xxx series microprocessors normally store values with
  155.                 the least significant byte (LSB) first, while other
  156.                 microprocessors may store values with the most significant
  157.                 byte (MSB) first.  The designation Reverse (Rev.) indicates
  158.                 that values must be rearranged before using them  (i.e., a
  159.                 Long value of $11223344 would be stored as $44 $33 $22 $11,
  160.                 but a Reverse Long value would be stored as $11 $22 $33 $44).
  161. STRING          A Pascal-type string.  It consists of a length byte followed
  162.                 by up to 255 bytes of ASCII data.
  163. WORD            A 16-bit value, composed of two bytes.  The most significant
  164.                 byte of the word is stored after the least significant byte.
  165.                 For example, $02FF would be stored $FF $02.
  166.  
  167. All bit definitions are given as bit numbers.  Bit 0 is always the least
  168. significant bit.  The most significant bit of a byte is bit 7; the most
  169. significant bit of a word is bit 15, etc.
  170.  
  171. Following is a current list of all file type and auxiliary type assignments.
  172. Assignments with a date indicate the release date of the File Type Note for
  173. that assignment, and all file types and auxiliary types which are not listed
  174. in this Note are reserved and should not be used.
  175.  
  176. Although Apple strongly recommends the use of file type descriptors, this
  177. document includes a list of three-letter abbreviations solely for developer
  178. convenience.  These abbreviations are final as documented and will not be
  179. changed.
  180.  
  181.  
  182.  
  183. FILE TYPE ASSIGNMENTS                                              May 1992
  184.  
  185.                                                                     New ***
  186.                                                                 Revised *R*
  187. File Aux.  3Ltr File Type Description
  188. Type Type  Abv  (File Type Owner)         Auxiliary Type Description    Date
  189. ----------------------------------------------------------------------------
  190. $xx  $xxxx abc  1234567890123456789012345 123456789012345678901234567  xx/xx
  191. $00        NON  Unknown                                                03/90
  192. $01        BAD  Bad blocks                                             03/90
  193. $02        PCD  Pascal code
  194. $03        PTX  Pascal text
  195. $04        TXT  ASCII text                Random-access record-length
  196. $05        PDA  Pascal data
  197. $06        BIN  Binary                    Load address in bank 0
  198. $07        FNT  Apple /// Font
  199. $08        FOT  Apple II or /// Graphics                              05/89
  200. $08 $4000       Packed Hi-Res Image       Image Format                11/88
  201. $08 $4001       Packed Double Hi-Res      Image Format                11/88
  202.                 Image
  203. $08 $8001       Printographer Packed      Image Format
  204.                 HGR file
  205. $08 $8002       Printographer Packed      Image Format
  206.                 DHGR file
  207. $08 $8003       Softdisk Hi-Res image     Application-Specific
  208. $08 $8004       Softdisk Double Hi-Res    Application-Specific
  209.                 image
  210. $09       BA3   Apple /// BASIC program
  211. $0A       DA3   Apple /// BASIC data
  212. $0B       WPF   Apple II or /// Word Processor
  213. $0B $8001       Write This Way document   Application Specific
  214. $0B $8002       Writing & Publishing      Application Specific
  215.                 document
  216. $0C       SOS   Apple /// SOS System
  217. $0F       DIR   Folder
  218. $10       RPD   Apple /// RPS data
  219. $11       RPI   Apple /// RPS index
  220. $12       AFD   Apple /// AppleFile discard
  221. $13       AFM   Apple /// AppleFile model
  222. $14       AFR   Apple /// AppleFile report format
  223. $15       SCL   Apple /// screen library
  224. $16       PFS   PFS document
  225. $16 $0001       PFS:File document         Program Specific
  226. $16 $0002       PFS:Write document        Program Specific
  227. $16 $0003       PFS:Graph document        Program Specific
  228. $16 $0004       PFS:Plan document         Program Specific
  229. $16 $0016       PFS internal data         Program Specific
  230. $19       ADB   AppleWorks Data Base      Upper-/lowercase in name      07/90
  231. $1A       AWP   AppleWorks Word Processor Upper-/lowercase in name      09/89
  232. $1B       ASP   AppleWorks Spreadsheet    Upper-/lowercase in name      09/89
  233. $20       TDM   Desktop Manager document
  234. $21             Instant Pascal source
  235. $22             UCSD Pascal Volume
  236. $29             Apple /// SOS Dictionary
  237. $2A       8SC   Apple II Source Code      Application Specific
  238. $2B       8OB   Apple II Object Code      Application Specific
  239. $2B $8001       GBBS Pro object Code      Application Specific
  240. $2C       8IC   Apple II Interpreted Code Application Specific
  241. $2C $8003       APEX Program File         Application Specific
  242. $2D       8LD   Apple II Language Data    Application Specific
  243. $2E       P8C   ProDOS 8 code module      Application Specific
  244. $2E $8001       Davex 8 Command           Application Specific
  245. $2E $8002 PTP   Point-to-Point drivers    Application Specific
  246. $2E $8003 PTP   Point-to-Point code       Application Specific
  247. $40       DIC   Dictionary file           Application Specific
  248. $41             OCR data                  Application Specific
  249. $41 $8001       InWords OCR font table    Application Specific
  250. $42       FTD   File Type Names           Search order                  07/89
  251. $43             Peripheral data           Application-Specific
  252. $50       GWP   Apple IIgs Word Processor
  253. $50 $8003       Personal Journal document Application-Specific
  254. $50 $8011       Softdisk issue text       Application-Specific
  255. $50 $5445       Teach document            Application Specific          03/90
  256. $50 $8001       DeluxeWrite document      Application Specific
  257. $50 $8010       AppleWorks GS Word        Application Specific          09/90
  258.                 processor
  259. $51       GSS   Apple IIgs Spreadsheet
  260. $51 $8010       AppleWorks GS Spreadsheet Application Specific
  261. $52       GDB   Apple IIgs Data Base
  262. $52 $8001       GTv database              Application Specific
  263. $52 $8010       AppleWorks GS Data Base   Application Specific
  264. $52 $8011       AppleWorks GS DB Template Application Specific
  265. $52 $8013       GSAS database             Application Specific
  266. $52 $8014       GSAS accounting journals  Application Specific
  267. $52 $8015       Address Manager document  Application Specific
  268. $52 $8016       Address Manager defaults  Application-Specific
  269. $52 $8017       Address Manager index     Application-Specific
  270. $53       DRW   Drawing
  271. $53 $8002       Graphic Disk Labeler      Application Specific          03/90
  272.                 document
  273. $53 $8010       AppleWorks GS Graphics    Application Specific
  274. $54       GDP   Desktop Publishing
  275. $54 $8002       GraphicWriter document    Application Specific
  276. $54 $8003       Label It document         Application-Specific
  277. $54 $8010       AppleWorks GS Page Layout Application Specific
  278. $54 $DD3E       Medley document           Application Specific          05/89
  279. $55       HMD   Hypermedia                Application Specific
  280. $55 $0001       HyperCard IIgs stack      Application Specific
  281. $55 $8001       Tutor-Tech document       Application Specific
  282. $55 $8002       HyperStudio document      Application Specific
  283. $55 $8003       Nexus document            Application Specific
  284. $55 $8004       HyperSoft stack           Application-Specific
  285. $55 $8005       HyperSoft card            Application-Specific
  286. $55 $8006       HyperSoft external        Application-Specific
  287.                 command
  288. $56       EDU   Educational Data          Application Specific
  289. $56 $8001       Tutor-Tech Scores         Application Specific
  290. $56 $8007       GradeBook Data            Applcation-specific
  291. $57       STN   Stationery
  292. $57 $8003       Music Writer format       Application Specific
  293. $58       HLP   Help File
  294. $58 $8002       Davex 8 Help File         Application Specific
  295. $58 $8006       Locator help document     Application-Specific
  296. $58 $8007       Personal Journal help     Application-Specific
  297. $58 $8008       Home Refinancer help      Application-Specific
  298. $59       COM   Communications File       Application Specific
  299. $59 $8010       AppleWorks GS             Application Specific
  300.                 Communications
  301. $5A       CFG   Configuration file        Application Specific       ***05/92
  302. $5A $0000       Sound settings files      Identified by name         ***05/92
  303. $5A $0002       Battery RAM configuration                               05/90
  304. $5A $0003       AutoLaunch preferences    Application Specific
  305. $5A $0005       GSBug configuration       Application Specific
  306. $5A $8001       Master Tracks Jr.
  307.                 preferences
  308. $5A $8002       GraphicWriter preferences Application Specific
  309. $5A $8003       Z-Link configuration      Application Specific
  310. $5A $8004       JumpStart configuration   Application Specific
  311. $5A $8005       Davex 8 configuration     Application Specific
  312. $5A $8006       Nifty List configuration  Application Specific
  313. $5A $8007       GTv videodisc             Application Specific
  314.                 configuration
  315. $5A $8008       GTv Workshop              Applicatoin Specific
  316.                 configuration
  317. $5A $8009 PTP   Point-to-Point            Application Specific
  318.                 preferences
  319. $5A $800A       ORCA/Disassembler         Application Specific
  320.                 preferences
  321. $5A $800B       SnowTerm preferences      Application Specific
  322. $5A $800C       My Word! preferences      Application Specific
  323. $5A $800D       Chipmunk configuration    Application Specific
  324. $5A $8010       AppleWorks GS             Application Specific
  325.                 configuration
  326. $5A $8011       SDE Shell preferences     Application Specific
  327. $5A $8012       SDE Editor preferences    Application Specific
  328. $5A $8013       SDE system tab ruler      Application Specific
  329. $5A $8014       Nexus configuration       Application Specific
  330. $5A $8015       DesignMaster preferences  Application Specific
  331. $5A $801A       MAX/Edit keyboard         Application-Specific
  332.                 template
  333. $5A $801B       MAX/Edit tab ruler set    Application-Specific
  334. $5A $801C       Platinum Paint            Application Specific
  335.                 preferences
  336. $5A $801D       Sea Scan 1000             Application-Specific
  337.                 preferences
  338. $5A $801E       Allison preferences       Application Specific
  339. $5A $801F       Gold of the Americas      Application-Specific
  340.                 options
  341. $5A $8021       GSAS accounting setup     Application Specific
  342. $5A $8023       UtilityLaunch preferences Application-Specific
  343. $5A $8024       Softdisk configuration    Application Specific
  344. $5A $8025       Quit-To configuration     Application Specific
  345. $5A $8026       Big Edit Thing            Application-Specific
  346.                 preferences
  347. $5A $8027       ZMaker preferences        Application-Specific
  348. $5A $8028       Minstrel configuration    Application-Specific
  349. $5A $8029       WordWorks Pro preferences Application-Specific
  350. $5A $802B       Pointless preferences     Application-Specific
  351. $5A $802E       Label It configuration    Application-Specific
  352. $5A $802F       Cool Cursor document      Application-Specific       ***05/92
  353. $5A $8030       Locator preferences       Application-Specific
  354. $5A $8031       Replicator preferences    Application-Specific       ***05/92
  355. $5A $8035       Home Refinancer           Application-Specific
  356.                 preferences
  357. $5B       ANM   Animation file            Application Specific
  358. $5B $8001       Cartooners movie          Application Specific
  359. $5B $8002       Cartooners actors         Application Specific
  360. $5B $8005       Arcade King Super         Application Specific
  361.                 document
  362. $5B $8006       Arcade King DHRG document Application Specific
  363. $5B $8007       DreamVision movie         Application Specific
  364. $5C       MUM   Multimedia document       Application Specific
  365. $5C $8001       GTv multimedia playlist   Application Specific
  366. $5D       ENT   Game/Entertainment        Application Specific
  367.                 document
  368. $5D $8001       Solitaire Royale document Application Specific
  369. $5D $8002       BattleFront scenario
  370. $5D $8003       BattleFront saved game
  371. $5D $8004       Gold of the Americas game Application-Specific
  372. $5D $8006       Blackjack Tutor document  Application Specific
  373. $5D $8010       Quizzical high scores     Application-Specific
  374. $5D $8011       Meltdown high scores      Application-Specific
  375. $5D $8012       BlockWords high scores    Application-Specific
  376. $5E       DVU   Development utility       Application Specific
  377.                 document
  378. $5E $0001       Resource file                                           05/90
  379. $5E $8001       ORCA/Disassembler         Application Specific
  380.                 template
  381. $5E $8003       DesignMaster document     Application Specific
  382. $5F       FIN   Financial document        Application Specific
  383. $5F $8002       Home Refinancer document  Application-Specific
  384. $6B       BIO   PC Transporter BIOS
  385. $6D       TDR   PC Transporter driver
  386. $6E       PRE   PC Transporter pre-boot
  387. $6F       HDV   PC Transporter volume
  388. $A0       WP    WordPerfect document      WordPerfect                   01/89
  389. $AB       GSB   Apple IIgs BASIC program
  390. $AC       TDF   Apple IIgs BASIC TDF
  391. $AD       BDF   Apple IIgs BASIC data
  392. $B0       SRC   Apple IIgs  source code   APW Language type            07/90
  393. $B0 $0001       APW Text file
  394. $B0 $0003       APW 65816 Assembly source code
  395. $B0 $0005       ORCA/Pascal source code
  396. $B0 $0006       APW command file
  397. $B0 $0008       ORCA/C source code
  398. $B0 $0009       APW Linker command file
  399. $B0 $000A       APW C source code
  400. $B0 $000C       ORCA/Desktop command file
  401. $B0 $0015       APW Rez source file
  402. $B0 $0017       Installer script          Application-Specific
  403. $B0 $001E       TML Pascal source code
  404. $B0 $0116       ORCA/Disassembler script  Application Specific
  405. $B0 $0503       SDE Assembler source code Application Specific
  406. $B0 $0506       SDE command script        Application Specific
  407. $B0 $0601       Nifty List data           Application-Specific
  408. $B0 $0719       PostScript file           Application-Specific
  409. $B1       OBJ   Apple IIgs object code
  410. $B2       LIB   Apple IIgs Library file
  411. $B3       S16   GS/OS application                                    *R*05/92
  412. $B4       RTL   GS/OS Run-Time Library
  413. $B5       EXE   GS/OS Shell application                              *R*05/92
  414. $B6       PIF   Permanent initialization  Not loaded if bit 15 set   *R*05/92
  415.                 file
  416. $B7       TIF   Temporary initialization  Not loaded if bit 15 set   *R*05/92
  417.                 file
  418. $B8       NDA   New desk accessory        Not loaded if bit 15 set      09/90
  419. $B9       CDA   Classic desk accessory    Not loaded if bit 15 set      09/90
  420. $BA       TOL   Tool                                                    09/90
  421. $BB       DVR   Apple IIgs Device Driver  Not loaded if bit 15 set      11/89
  422.                 file
  423. $BB $7F01       GTv videodisc serial      Application Specific
  424.                 driver
  425. $BB $7F02       GTv videodisc game port   Application Specific
  426.                 driver
  427. $BC       LDF   Load file (generic)                                     07/90
  428. $BC $4001       Nifty List Module         Application Specific
  429. $BC $4002       Super Info module         Application Specific          03/91
  430. $BC $4004       Twilight document         Application Specific
  431. $BC $4007       HyperStudio New Button    Application-Specific
  432.                 Action
  433. $BC $4008       HyperStudio Screen        Application-Specific
  434.                 Transition
  435. $BC $4009       DreamGrafix module        Application Specific
  436. $BC $400A       HyperStudio Extra utility Application-Specific
  437. $BD       FST   GS/OS File System         Not loaded if bit 15 set     09/90
  438.                 Translator
  439. $BF       DOC   GS/OS document
  440. $C0       PNT   Packed Super Hi-Res       Application Specific
  441.                 picture
  442. $C0 $0000       Paintworks Packed picture Application Specific          11/88
  443. $C0 $0001       Packed Super Hi-Res Image Application Specific          11/88
  444. $C0 $0002       Apple Preferred Format    Application Specific          12/91
  445.                 picture
  446. $C0 $0003       Packed QuickDraw II PICT  Application Specific          11/88
  447.                 file
  448. $C0 $8001       GTv background image      Application Specific
  449. $C0 $8005       DreamGrafix document      Application Specific
  450. $C0 $8006       GIF document              Application-Specific
  451. $C1       PIC   Super Hi-Res picture      Application Specific          11/88
  452. $C1 $0000       Super Hi-Res Screen image Application Specific          11/88
  453. $C1 $0001       QuickDraw PICT file       Application Specific          11/88
  454. $C1 $0002       Super Hi-Res 3200 color screen image                    09/90
  455. $C1 $8001       Allison raw image doc.    Application Specific
  456. $C1 $8002       ThunderScan image doc.    Application Specific
  457. $C1 $8003       DreamGrafix document      Application-Specific
  458. $C2       ANI   Paintworks animation
  459. $C3       PAL   Paintworks palette
  460. $C5       OOG   Object-oriented graphics  Application Specific
  461. $C5 $8000       Draw Plus document        Application Specific
  462. $C5 $C000       DYOH: Architecture doc.   Application Specific
  463. $C5 $C001       DYOH predrawn objects     Application Specific
  464. $C5 $C002       DYOH custom objects       Application Specific
  465. $C5 $C003       DYOH clipboard            Application Specific
  466. $C5 $C004                                 Application Specific
  467. $C5 $C005                                 Application Specific
  468. $C5 $C006       DYOH: Landscape Document  Application Specific
  469. $C5 $C007       PyWare Document           Application-Specific
  470. $C6       SCR   Script                    Application Specific
  471. $C6 $8001                                 Application Specific
  472. $C7       CDV   Control Panel document    Not loaded if bit 15 set   *R*05/92
  473. $C8       FON   Font
  474. $C8 $0000       Font (Standard Apple IIgs Reserved                      01/89
  475.                 QuickDraw II Font)
  476. $C8 $0001       TrueType font             Application-Specific
  477. $C9       FND   Finder data
  478. $CA       ICN   Icons                                                   07/89
  479. $D5       MUS   Music sequence            Application Specific          01/90
  480. $D5 $0000       Music Construction Set    Application Specific
  481.                 song
  482. $D5 $0001       MIDI Synth sequence
  483. $D5 $0007       SoundSmith document       Application Specific          03/90
  484. $D5 $8002       Diversi-Tune sequence     Application Specific
  485. $D5 $8003       Master Tracks Jr.         Application Specific
  486.                 sequence
  487. $D5 $8005       Arcade King Super music   Application Specific
  488. $D6       INS   Instrument                Application Specific          01/90
  489. $D6 $0001       MIDI Synth instrument
  490. $D6 $0000       Music Construction Set    Application Specific
  491.                 instrument
  492. $D6 $8002       Diversi-Tune instrument   Application Specific
  493. $D7       MDI   MIDI data                                               01/90
  494. $D7 $0000       MIDI standard data        Application Specific
  495. $D8       SND   Sampled sound             Application Specific          01/90
  496. $D8 $0000       Audio IFF document        Application Specific          03/91
  497. $D8 $0001       AIFF-C document           Application Specific          03/91
  498. $D8 $0002       ASIF instrument           Application Specific          03/89
  499. $D8 $0003       Sound resource file       Application-Specific       ***05/92
  500. $D8 $0004       MIDI Synth wave data
  501. $D8 $8001       HyperStudio sound         Application Specific          05/90
  502. $D8 $8002       Arcade King Super sound   Application Specific
  503. $D8 $8003       SoundOff! sound bank      Application-Specific
  504. $DB       DBM   DB Master document        Application Specific
  505. $DB $0001       DB Master document        Application Specific
  506. $E0       LBR   Archival library          Application Specific
  507. $E0 $0000       ALU library               Carolina System Software
  508. $E0 $0001       AppleSingle File          Application Specific          11/90
  509. $E0 $0002       AppleDouble Header File   Application Specific          11/90
  510. $E0 $0003       AppleDouble Data File     Application Specific          11/90
  511. $E0 $0005       DiskCopy disk image       Application-Specific       ***05/92
  512. $E0 $8000       Binary II File            Application Specific          07/89
  513. $E0 $8001       AppleLink ACU document    Application Specific
  514. $E0 $8002       ShrinkIt (NuFX) document  Application Specific          07/90
  515. $E0 $8004       Davex archived volume     Application Specific          05/90
  516. $E0 $8006       EZ Backup Saveset doc.    Application Specific          09/90
  517. $E0 $8007       ELS DOS 3.3 volume        Application Specific
  518. $E0 $8009       UtilityWorks document     Application-Specific
  519. $E0 $800A       Replicator document       Application-Specific       ***05/92
  520. $E2       ATK   AppleTalk data
  521. $E2 $FFFF       EasyMount document                                   ***05/92
  522. $EE       R16   EDASM 816 relocatable file
  523. $EF       PAS   Pascal area
  524. $F0       CMD   BASIC command
  525. $F1             User #1
  526. $F2             User #2
  527. $F3             User #3
  528. $F4             User #4
  529. $F5             User #5
  530. $F6             User #6
  531. $F7             User #7
  532. $F8             User #8
  533. $F9       OS    GS/OS System file
  534. $FA       INT  Integer BASIC program
  535. $FB       IVR  Integer BASIC variables
  536. $FC       BAS  AppleSoft BASIC program
  537. $FD       VAR  AppleSoft BASIC variables
  538. $FE       REL  Relocatable code
  539. $FF       SYS  ProDOS 8 application
  540.  
  541.